home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000351_nospam@killspam.org_Mon Aug 9 14:03:38 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.arcor.de!news.belwue.de!newsfeed01.sul.t-online.de!newsfeed00.sul.t-online.de!t-online.de!border2.nntp.dca.giganews.com!nntp.giganews.com!wn12feed!worldnet.att.net!63.223.4.70!c01.usenetserver.com!news.usenetserver.com!elnk-atl-nf1!newsfeed.earthlink.net!stamper.news.atl.earthlink.net!newsread2.news.atl.earthlink.net.POSTED!9477d3c5!not-for-mail
  2. From: <nospam@killspam.org>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: get /command syntax help 
  5. Lines: 36
  6. X-Priority: 3
  7. X-MSMail-Priority: Normal
  8. X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
  9. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
  10. Message-ID: <HwORc.8953$nx2.3208@newsread2.news.atl.earthlink.net>
  11. Date: Mon, 09 Aug 2004 17:30:15 GMT
  12. NNTP-Posting-Host: 24.148.161.18
  13. X-Complaints-To: abuse@earthlink.net
  14. X-Trace: newsread2.news.atl.earthlink.net 1092072615 24.148.161.18 (Mon, 09 Aug 2004 10:30:15 PDT)
  15. NNTP-Posting-Date: Mon, 09 Aug 2004 10:30:15 PDT
  16. Organization: EarthLink Inc. -- http://www.EarthLink.net
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15111
  18.  
  19. Hello folks,
  20.  
  21. Desired Function:
  22.  
  23. Display contents of remote file onscreen w/o saving it to local file
  24. Store contents of remote file into kermit macro or variable w/o saving to
  25. local file.
  26.  
  27. I realize I could workaround this by creating a temp file, but then I have
  28. to save/open/read/delete same and it really seems to be just a waste when
  29. the bytes are coming down the pipe and in
  30. a buffer anyway.
  31.  
  32. Any help / examples appreciated!!!!
  33.  
  34.  
  35. Can't seem to figure out how to do this.  It looked like the /command switch
  36. on the
  37. get command would be just what the doctor ordered, but I have unable to
  38.  
  39.      get the right syntax to do what I desire
  40.       find any example using this syntax.
  41.  
  42. Example:
  43.  
  44. if I have a file named   FILE , containing the string CONTENTS
  45.  
  46. and I type:
  47.  
  48. get /command FILE echo the file contains
  49.  
  50. i would hope to see  the line :    the file contains CONTENTS,
  51. rather i see the line: the file contains
  52.  
  53.  
  54.